home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / Clinic / CLIPCMPU.dfm / CLIPCMPU.txt next >
Encoding:
Text File  |  1999-08-16  |  979 b   |  54 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 99
  4.   Width = 362
  5.   Height = 406
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 16
  15.     Top = 168
  16.     Width = 321
  17.     Height = 201
  18.     Caption = 'Panel1'
  19.     TabOrder = 0
  20.     object Label1: TLabel
  21.       Left = 16
  22.       Top = 48
  23.       Width = 45
  24.       Height = 13
  25.       Caption = 'A caption'
  26.     end
  27.     object Image1: TImage
  28.       Left = 144
  29.       Top = 16
  30.       Width = 161
  31.       Height = 161
  32.       Picture.Data = {<image000.bmp>}
  33.       Stretch = True
  34.     end
  35.     object Edit1: TEdit
  36.       Left = 16
  37.       Top = 16
  38.       Width = 121
  39.       Height = 21
  40.       TabOrder = 1
  41.       Text = 'Some text'
  42.     end
  43.     object Button1: TButton
  44.       Left = 24
  45.       Top = 120
  46.       Width = 89
  47.       Height = 33
  48.       Caption = 'Push To Copy'
  49.       TabOrder = 0
  50.       OnClick = Button1Click
  51.     end
  52.   end
  53. end
  54.